ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / LayoutDefinition Property

In This Topic
    LayoutDefinition Property (MultiRow<T>)
    In This Topic
    Gets or sets an array that defines the layout of the rows used to display each data item.
    Syntax
    'Declaration
     
    Public ReadOnly Property LayoutDefinition As IList(Of CellGroup)
    public IList<CellGroup> LayoutDefinition {get;}
    See Also